home *** CD-ROM | disk | FTP | other *** search
- global checkForSelection
-
- on startMovie
- puppetSound(1, 0)
- set the loc of sprite 5 to point(60, 24)
- set the loc of sprite 6 to point(100, 24)
- set the loc of sprite 7 to point(140, 24)
- set the loc of sprite 8 to point(180, 24)
- set the loc of sprite 9 to point(220, 24)
- set the loc of sprite 11 to point(521, 22)
- sprite(20).visible = 1
- sprite(21).visible = 1
- sprite(22).visible = 0
- set the loc of sprite 51 to point(-100, -100)
- set the blend of sprite 25 to 0
- checkForSelection = 0
- repeat with i = 141 to 146
- sprite(i).visible = 0
- end repeat
- repeat with i = 151 to 156
- sprite(i).visible = 1
- end repeat
- end
-